libpng error handlers must not return to their callers, thus longjmp out.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Mar 2002 21:40:01 +0000 (21:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Mar 2002 21:40:01 +0000 (21:40 +0000)
commit5c16742258c370b66df65a47427ab8d6b5e1d3a0
treeab5de932fb7bd470f0c9a284f3345cbf49f80cf7
parent835094b1051c3a4ce00e47dc1a85950ecf5532e2
libpng error handlers must not return to their callers, thus longjmp out.

* io-png.c (png_simple_error_callback): libpng error handlers must
not return to their callers, thus longjmp out. This prevents
annoying stderr output from the default error handler.
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-png.c